home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
By Popular Request 2.0
/
By Popular Request 2.0 (Arsenal Computer).ISO
/
amiga_1
/
amwn211d.lha
/
x11
/
bin
/
startx
< prev
next >
Wrap
AmigaDOS Script File
|
1995-08-06
|
298b
|
17 lines
.key display
;$VER: startx 2.11 (05.08.95)
;Copyright ⌐ 1995 Holger Kruse
;All rights reserved.
;
setenv DISPLAY local:<display$0>
changetaskpri 1
run AmiWin :<display$0>
changetaskpri 0
WaitForX <display$0>
changetaskpri 2
run twm
changetaskpri 0
if exists x11:.xinitrc
execute x11:.xinitrc
endif